Vcenter Namespaces Networks Nsx Subnets Info

Vcenter Namespaces Networks Nsx Subnets Info
Vcenter Namespaces Networks Nsx Subnets Info

The Vcenter Namespaces Networks Nsx Subnets Info contains selected fields from the corresponding NSX Subnet or SubnetSet entity.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "name": "string",
    "type": "string",
    "api_version": "string",
    "uid": "string",
    "labels": {
        "labels": "string"
    },
    "access_mode": "string",
    "conditions": [
        {
            "type": "string",
            "condition_status": "string",
            "time_stamp": "string",
            "reason": "string",
            "message": "string"
        }
    ]
}
string
name
Required

The name of the entity within the namespace.

This property was added in vSphere API 9.0.0.0.

string
type
Required

The type of the entity.

For more information see: Vcenter Namespaces Networks Nsx Subnets Entity.

This property was added in vSphere API 9.0.0.0.

string
api_version
Required

The NSX API version of the entity that was retrieved.

This property was added in vSphere API 9.0.0.0.

string
uid
Required

The unique identifier of the entity.

This property was added in vSphere API 9.0.0.0.

object
labels
Required

The labels associated with this entity.

This property was added in vSphere API 9.0.0.0.

string
access_mode
Required

Access mode of entity, accessible only from within VPC or from outside the VPC. Possible values can be:

  • Private: Accessible only within the VPC
  • Public: Accessible outside the VPC
  • PrivateTGW: Accessible within a Project

This property was added in vSphere API 9.0.0.0.

conditions
Required

A list of conditions indicating the condition of the Subnet or SubnetSet

This property was added in vSphere API 9.0.0.0.